Conversation
|
Thanks for doing this! What did you do to verify that it works? Did you run it on a test sample? |
|
Yes , I do tested it under python3. The script after python3 setup.py install will install an incorrect in /usr/local/bin/backspin. However using the backspin in the folder /build/scripts-3.6 , it's running well. Also it's ok to import as in your readme file. |
|
Ok, thanks. Gioele @gioelelm, if you think it looks ok, go ahead and merge. |
|
Hi @ralic, Also I could not replicate your problem with python setup install, maybe your issue is the fact that you are trying to install with python 3 while you have activated a py2.7 conda environment. I tested it on a py3 environment, no problem (also using pip). Separate environments avoid this kind of problems, not sure if there is a way to solve it and whether your commits deal with this. |
using : find . -name '*.py' | xargs 2to3 -w